home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr36 / znews097.zip / WHATS.NEW < prev    next >
Text File  |  1993-05-08  |  12KB  |  237 lines

  1.                    What's New With the ZipNews Door
  2.  
  3. 5/08/93  v0.97 Beta
  4.  
  5.   We've added the capability for running ZipNews as a Wildcat! BBS Door!
  6.  
  7.   And we've added a new method of caller access from PCBoard BBSs.  It
  8.   is similar to that just implemented for Wildcat! in that callers no
  9.   longer have to enter their login ID (if the sysop chooses to configure
  10.   the PCBoard setup this way).
  11.  
  12.   Added deletion of the packet's component files in the work directory
  13.   after successful build of download archive (to reduce average RAMDRIVE
  14.   utilization).  Of most impact on multi-node systems, it was deemed quite
  15.   wasteful of RAMDRIVE resources, to have 1-2 megs of component files
  16.   stored with the .5-.7meg which was in process of download.  Frees up
  17.   RAMDRIVE capacity sooner where the total RAMDRIVE is shared by multiple
  18.   nodes.
  19.  
  20.   Fixed a bug which was causing improper speed matching at 57600 bps
  21.   connects.
  22.  
  23.   Re-wrote ZIPNEWS.DOC (long overdue)
  24.  
  25.   Added ability to handle non-standard comm ports using high IRQs (>8).
  26.  
  27. 3/27/93  v0.96e Beta
  28.  
  29.   Added ability to handle new users directly.  No need for users to use
  30.   Waffle for setting up newsgroups, later adding/deleting, or for
  31.   establishing last article read pointers.  The door will provide callers a
  32.   list of active newsgroups if the caller goes into C)onfig, and proceeds
  33.   thru the archiver, protocol selections, etc., and when asked to toggle on
  34.   the sending of a list, responds with a 'Y'.  The list will be provided,
  35.   that is, if the system operator has added the new "list" specification to
  36.   the ZN.CFG file, and has stored the list in the indicated location.
  37.   (Please see the sample ZN.CFG file included for more info on this.  The
  38.   list will one day be automatically generated from Waffle's USENET and LOCAL
  39.   forums files but, for now, it must be made up by the system operator.  It
  40.   is just a simple text file of the newsgroup names, one per line, beginning
  41.   in the first position of each line.)
  42.  
  43.   The door now has the ability to handle changes to the caller's JOIN file
  44.   via packet upload from versions of the ZipNews reader 0.92d and later,
  45.   also released on this date.   The reader may delete newsgroups, it may
  46.   specify new last article read pointers, and (if the BBSs newsgroups list
  47.   has been downloaded, as described above) it may add new newsgroups via
  48.   information generated for packet upload.  When a username.CMD file is
  49.   found in an uploaded packet, the user's JOIN file is changed by the
  50.   door as requested.  The caller may download the result of any such changes
  51.   during the same session.
  52.  
  53.   Of significance to PCBoard system operators is that the new features added
  54.   with this release now allow elimination of the Waffle BBS as a door.  There
  55.   is no need for callers to first enter the Waffle BBS door to register, or
  56.   to maintain newsgroup selections.  If a registered version of the ZipNews
  57.   door is used and callers are using registered readers (which handle mail
  58.   downloads and uploads), all necessary communications operations are
  59.   completely handled by the ZipNews system.  Waffle, of course, must be
  60.   installed (and registered with Thomas E. Dell) in order to implement uucp
  61.   transfers of news and mail to/from your Internet host, and to support the
  62.   basic news and mail handling operations.  The Waffle BBS package itself
  63.   (WAFFLE.EXE), however, need not be installed or used on PCBoard systems.
  64.   If you're operating this on a PCBoard system, please also read PCBOARD.OPS
  65.   contained in the original ZNEWS96E archive.
  66.  
  67.   Known problems:
  68.     We have yet to implement access to Waffle's STATIC file for the purpose
  69.     of controlling access to newsgroups.  There may be some security issues
  70.     connected with this that are still unresolved.  Also, newsgroups that
  71.     result in invalid DOS names when translated to a DOS directory structure
  72.     and pathname cause problems (because we're not yet accessing STATIC and
  73.     thence the USENET/LOCAL files).  We have fixed the one caused by
  74.     C++ newsgroups (the + symbols are replaced by the letter p, so
  75.     c++ becomes cpp).  We have done nothing yet to fix problems with
  76.     with newsgroups ending in ".aux" .   We also are not yet able to check
  77.     for moderated newsgroups ("/mod= ..." being found in USENET).
  78.  
  79. 3/03/93  v0.96d Beta
  80.  
  81.   Was unnecessarily adding the 20 smiley delimters at the end of the
  82.   extracted mail file.  Resulted in doubling the delimiters when appending
  83.   to prior mail files at the reader level.  Fixed.
  84.  
  85.   Added special test mode used on for demo purposes at the Northern Lights
  86.  
  87.   Added ability to try again after an aborted download (up to 2 more attempts)
  88.   without having to re-build and rezip the packet.
  89.  
  90.   Added automatic generation of sender's name on the "From:" line by the
  91.   door.  The name is the name in which the uploader's ZipNews Reader is
  92.   registered.  Example:  If Bill Jones, bjones,  uploads a news article or
  93.   message to somesite.com, the door generates the following "From" line
  94.   and inserts it into the article or message --
  95.  
  96.     From: bjones@somesite.com (Bill Jones)
  97.  
  98. 2/28/93  v0.96c Beta
  99.  
  100.   Under various conditions the door was not cleaning up after itself and
  101.   was leaving files undeleted in the "temp" directory upon completing
  102.   and returning to the BBS.  Some instances of this could leave pkunzip
  103.   asking if ok to overwrite, etc. (causing a BBS to hang if an upload
  104.   packet was being processed!  :(   )      FIXED.
  105.  
  106.   There was a condition whereby an earlier user of the door who was previously
  107.   obtaining ASCII text format downloads, when upgrading to the ZipNews reader
  108.   format, would not obtain the .IDX file from the door on the first call.
  109.   2nd use of the door would give the caller the .idx.  Puzzled many, including
  110.   yours truly....but that bug is now squashed.
  111.  
  112.   The door seems to be in good shape and is close to official release as
  113.   soon as the docs are brought up to date.
  114.  
  115. 2/24/93  v0.96b Beta
  116.  
  117.   A change in the mailer/reader code (to Reader v0.91c) necessitates this
  118.   release.  This version can now user Waffle's RMAIL more effectively to
  119.   generate more complete mail headers (and the reader has been updated to
  120.   include these header lines).  Door versions prior to this one will not
  121.   produce correct headers if run with readers of vintage v0.91c or later.
  122.  
  123.   Trying to get this release of the door out and around before the next
  124.   version of the reader hits.  This version is backward compatible to
  125.   earlier readers, but unfortunatlely older versions of the door are not
  126.   forward compatible to the newer reader. (Clear as mud?)
  127.  
  128. 2/21/93  v0.96ß
  129.  
  130.   This is a MAJOR UPDATE.  Do NOT load this package in place of a prior
  131.   version without reading these update notes and making the changes
  132.   indicated.  You'll get some very strange results if you ignore this
  133.   advice.
  134.  
  135.   - Before you do anything else, if you have previously installed the
  136.     ZipNews door on your system, delete the present ZN.COM on your system.
  137.     Significant new functionality has forced us out of the 'C' tiny model
  138.     and into the small model resulting in ZN.EXE as the executable rather
  139.     than a .COM.  Delete the ZN.COM file now so that you don't execute
  140.     that in error later.
  141.  
  142.   - The ZN.CFG file has also undergone significant changes.  If you
  143.     previously had installed the ZipNews door, save your old ZN.CFG under
  144.     a different name so that you can reference it while you do
  145.     re-customization for your system using the ZN.CFG in this release as
  146.     the starting point.
  147.  
  148.  [ OK. Enough on what you gotta do if you installed this before.  On
  149.    with the good stuff . . . ]
  150.  
  151.   - The major enhancement to this version is the new ability to
  152.     communicate with the door's companion program, the ZipNews Reader
  153.     (and Mailer in that program's registered from).  The ZipNews Door
  154.     offers the caller a choice of download formats: the original ASCII
  155.     text file format and the new ZipNews Reader format.  The ZipNews
  156.     Reader, by the way, will be available soon.  It is in a limited
  157.     BETA testing cycle as of this writing.
  158.  
  159.   - The ZipNews door now operates both ways!  It can accept uploads of
  160.     news articles composed on the registered form of the ZipNews
  161.     Reader/Mailer.  It posts them appropriately under control of Waffle's
  162.     RNEWS program.  The door continues to offer full NEWS-related
  163.     functionality in its unregistered form.
  164.  
  165.   - Also new with the registered form of the door for this release is the
  166.     ability to access and transfer to the caller his/her personal mail as
  167.     received on the Waffle system.  The mail operations also include
  168.     acceptance of uploaded mail composed on the registered form of the
  169.     ZipNews Reader/Mailer.  The uploaded mail is processed under control
  170.     of Waffle's RMAIL program.  Mail operations are NOT supported by the
  171.     unregistered form of the ZipNews Door.
  172.  
  173.   - The significant changes to the ZN.CFG file mentioned earlier involve
  174.     the two-way nature of the door now.  Additional lines had to be added
  175.     to accommodate command specifications for the uncompressing of files
  176.     (the uploaded packets) and for specifying the "receive" protocol
  177.     command line.  There is also a new "organization :" line and a
  178.     "hostname :" line.  See the ZN.CFG included within this archive.
  179.  
  180.   - Several significant bugs have been fixed in the news scanning
  181.     operation.  One had been bothering us for many months, and would
  182.     occasionally result in preparing for download fewer new articles
  183.     from a newsgroup then what were really available.  We're very happy
  184.     to have nailed that elusive one.
  185.  
  186.   - There were occasions with prior releases where the caller's JOIN
  187.     file would be inappropriately changed.  Two bugs in this area have
  188.     been squashed, and JOIN file updating appears to solid and reliable
  189.     with this release.
  190.  
  191. One parting comment for first-time ZipNews Door users -- the file
  192. ZIPNEWS.DOC included with this archive is sadly out of date.  I have
  193. not taken the time to update it in order to expedite the releases of
  194. these BETA versions.  Please key off this text file and ZN.CFG for
  195. the down and dirty installation details.  The original .DOC is still good
  196. for the general overview.
  197.  
  198.  
  199. 2/07/93   v0.95ß
  200.  
  201. -  Fixed bug which resulted in resetting the last article read
  202.    pointers of LOCAL newsgroups in the caller's JOIN file.
  203.  
  204. -  Fixed bug whereby errors occurred with some callers when reading
  205.    PCBOARD.SYS (for those PCBoard systems offering ZipNews optionally
  206.    from the main PCBoard prompt).   The affected callers were unable
  207.    enter ZipNews directly from the PCBoard main prompt, although they
  208.    still could gain access via Waffle (running as a door under PCBoard).
  209.  
  210. -  Added capability for downloading ALL local forums and newsgroups.  To
  211.    include local forums, merely include the head directory along with your
  212.    news directory spec in ZN.CFG.  Example:
  213.  
  214.    # The full pathname to the directory(ies) heading your newsgroups
  215.    #  (Separate multiple directory specifications with a space)
  216.    newsgroups : d:\news d:\waffle\local
  217.  
  218. -  Other changes in preparation for support of the ZipNews Reader/Mailer
  219.    which will be able to handle mail downloading, and uploads of mail
  220.    and news articles for posting.
  221.  
  222. 1/22/93   v0.94ß
  223.  
  224.  - Introduced initial operation capability with PCBoard BBS software.
  225.    ZipNews can now be executed as a door directly from PCBoard (but must
  226.    have Waffle installed on same system).  For further details, see the
  227.    file PCBOARD.OPS
  228.  
  229.  - Some early BETA testers are experiencing confusing error reports when
  230.    either an incorrect Waffle Account spec is given on the command line
  231.    for invoking the door OR the directory name (corresponding) to a
  232.    Waffle Account cannot be found off the directory specified as the
  233.    "user" parm in ZN.CFG.  To make the error report hopefully more
  234.    meaningful, it now says:
  235.    "Cannot open user's personal config file.
  236.    Possibly invalid Waffle account specified?"
  237.